home *** CD-ROM | disk | FTP | other *** search
/ Celebration Sounds / Celebration Sounds.iso / pc / demos / demo609.dxr / Internal (lingo)_23.ls < prev    next >
Encoding:
Text File  |  1998-03-02  |  211 b   |  15 lines

  1. global gcountdown
  2.  
  3. on exitFrame
  4.   if gcountdown = 2 then
  5.     go(#next)
  6.     set gcountdown to 1
  7.     exit
  8.   else
  9.     set x to gcountdown
  10.     set gcountdown to x + 1
  11.     go(#previous)
  12.   end if
  13.   put gcountdown
  14. end
  15.